home *** CD-ROM | disk | FTP | other *** search
- Path: nuhou.aloha.net!news
- From: Mike Paxton <mikep@aloha.net>
- Newsgroups: comp.lang.c++
- Subject: Keyboard Codes/Mouse Routines
- Date: Tue, 09 Apr 1996 17:19:06 -1000
- Organization: Hawaii OnLine - Honolulu, HI
- Message-ID: <316B28AA.7FDD@aloha.net>
- NNTP-Posting-Host: oahu-206.u.aloha.net
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0 (Win16; I)
-
- For Turbo C++ v3.0 for DOS:
-
- I've noticed that certain keys on the keyboard return the same ASCII values
- as eachother (e.g. Page Down and Q both return 81, Down Arrow and P both
- return 80). I was wondering if anyone knows how to differentiate between the
- two.
-
- Also, for the program I'm currently working on, I'd like to include mouse
- support, but I haven't the faintest idea as to how to go about doing it.
-
- Any help on either of these problems would be greatly appreciated.
- --
- Mike Paxton
- mikep@aloha.net
- http://www.aloha.net/~mikep/
-